projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d55f3
)
Fix doc for Garmin 'category' help line.
author
robertl
<robertl>
Thu, 22 Jun 2006 19:23:26 +0000
(19:23 +0000)
committer
robertl
<robertl>
Thu, 22 Jun 2006 19:23:26 +0000
(19:23 +0000)
garmin.c
patch
|
blob
|
history
diff --git
a/garmin.c
b/garmin.c
index fb651cb488f91d3aa4e63ab886c5e48b3ea42f63..a7a52192487148834e30473e7d8e71278dcc5323 100644
(file)
--- a/
garmin.c
+++ b/
garmin.c
@@
-56,7
+56,7
@@
arglist_t garmin_args[] = {
NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
{ "power_off", &poweroff, "Command unit to power itself down",
NULL, ARGTYPE_BOOL, ARG_NOMINMAX},
- { "category", &category, "C
ommand unit to power itself down
",
+ { "category", &category, "C
ategory number to use for written waypoints
",
NULL, ARGTYPE_INT, "0", "15"},
ARG_TERMINATOR
};